PASO 15 : Usando la información que tenemos en nuestra función, usemos la lógica para averiguar si nuestro animal es un anfibio .
- Desde , arrastre if and dentro y hasta la parte inferior de classify_animal() .
- Cambie choice1 == "yes" por not has_scales y choice2 == "no" por not eggs_in_water .
- En , arrastre String Variable con sangría dentro de la instrucción if.
- Finalmente, cambia my_var a animal_class y "This is a string." a "amphibian" .
To navigate the page using the TAB key, first press ESC to exit the code editor.